Skip to content

Conversation

@Soheab
Copy link
Contributor

@Soheab Soheab commented Jun 30, 2025

Summary

This PR adds support for creating (guest_invite kwarg in create_invite) and detecting a guest invite (flags).

Also marks Member.joined_at as None in the types and mentions it in the doc.

I could not test creating nor getting as I don't have a bot in a guild with the GUESTS_ENABLED feature.

Relevant API Docs PR:

Checklist

  • If code changes were made then they have been tested.
    • I have updated the documentation to reflect the changes.
  • This PR fixes an issue.
  • This PR adds something new (e.g. new method or parameters).
  • This PR is a breaking change (e.g. methods or parameters removed/renamed)
  • This PR is not a code change (e.g. documentation, README, ...)

@dolfies
Copy link
Contributor

dolfies commented Jul 1, 2025

forgot to mention btw but this is missing the audit log change as well

@Soheab
Copy link
Contributor Author

Soheab commented Jul 1, 2025

forgot to mention btw but this is missing the audit log change as well

Which audit log changes? I don't see any in the PR

@dolfies
Copy link
Contributor

dolfies commented Jul 1, 2025

forgot to mention btw but this is missing the audit log change as well

Which audit log changes? I don't see any in the PR

flags is also in the audit log change object

guest_invite -> guest
GuildInviteFlags -> InviteFlags
is_guest_invite -> guest

Co-Authored-By: dolfies <[email protected]>
@Rapptz Rapptz merged commit 774b934 into Rapptz:master Jul 2, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants